home *** CD-ROM | disk | FTP | other *** search
/ Power CD / Power CD ATARI-Rechner Lieben.iso / UTILITY / LSRC_222 / USAGEENG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-29  |  5.1 KB  |  99 lines

  1. #ifndef __SHELL__
  2. uchar title[] =
  3. "\n LHarc "VERSION" - dedicated to Eleni Avgetidou\n"
  4. " Copyright (c) Yoshizaki, 1988-89, Grunenberg, Mandel, 1993\n";
  5.  
  6. uchar title_x[] =
  7. "   LHarc Version "VERSION" (Atari) - dedicated to Eleni Avgetidou\n"
  8. "   (c) Haruyasu Yoshizaki, 1988-1989, Grunenberg, Mandel, 1993";
  9.  
  10. uchar use_1[] =
  11. " ================================================================ "__DATE__" =\n"
  12. " Syntax: LHarc [<command>] [{{-|/}{<switchs>[-|+|0-3|<options>]}}...] <archive>\n"
  13. "         [{<Drive>:[\\]}|{<Base-Directory>\\}] {[&|&-|~] <Paths/Files> ...}\n"
  14. " ------------------------------------------------------------------------------\n"
  15. "  <Command>\n"
  16. "      a: Add files to archive           u: Update newer files to archive\n"
  17. "    f,r: Freshen/Re-construct archive   m: Move files to archive (means 'a -d')\n"
  18. "      d: Delete files from archive    e,x: Extract files from archive\n"
  19. "      p: DisPlay files on screen      l,v: List/Verbose list of archive\n"
  20. "      t: Test integrity of archive      c: Compress files in AFX-format\n"
  21. " ------------------------------------------------------------------------------\n"
  22. "  <Switchs> (WARNING: The meaning of the d-switch has been completely changed)\n"
  23. "      r: Recursive expansion of dirs    w: Specify work-directory\n"
  24. "      x: Extend filenames               m: No Message at query\n"
  25. "      p: Distinguish pathnames          f: Include folders in archive\n"
  26. "      c: Skip time-comparison           i: Ignore attributes\n"
  27. "      a: Any attribute                  v: Display with external tool\n"
  28. "      n: Set process-indicator          h: Hold screen after finishing\n"
  29. "      t: Time-stamp of archive          y: Only files with 'changed' attribute\n"
  30. "      b: Clear 'Changed'-attribute      l: Use Larc compatible method\n"
  31. "      q: Suppress all messages (quiet)  o: Use LHarc 1.13 compatible method\n"
  32. "      u: Store - don't compress files   k: Header-level (0-2)";
  33.  
  34. uchar use_2[] =
  35. "      e: Include file-comments          z: Include archive-comment\n"
  36. "      d: Delete files after command     C: No crc-check during extraction\n"
  37. "      g: Extract archive in folder      j: Exclude empty files\n"
  38. "      5: Force LHarc 2.0x archive (lh5) 4: Store in Larc compatible method\n"
  39. "      s: Convert backslashs to slashs   P: Process-Indicator-Character\n"
  40. "      L: Limit memory-allocations       S: Case-Sensitive filenames\n"
  41. "      M: Maximum file-size              N: Only files newer than date ddmmyy\n"
  42. "      U: Store files uncompressed       R: Rename Unix-Files\n"
  43. "      I: Compress files to directory    B: Retain backup copy of archive\n"
  44. "      A: Add if file is not in archive  W: No wildcard-matching\n"
  45. "      X: Make relativ pathnames         K: Acoustic signal after finishing\n"
  46. "      ?: Display helpscreen\n"
  47. "   path; Make relativ pathnames        ~,! Exclude files\n"
  48. "     &,@ Get file-list from file     &-,@- Get file-list from standard input\n"
  49. " ==============================================================================\n"
  50. "  Yoshizaki  : Nifty-Serve  PFF00253\n"
  51. "               oASCII-pcs   pcs02846\n"
  52. "  Grunenberg : Christian Grunenberg @ S2 (Mausnet)\n"
  53. "               Christian_Grunenberg@S2.maus.de (Inter-/Usenet)\n";
  54.  
  55. uchar use_3[] =
  56. " LHarc is a freeware-program. Freeware means that you can freely copy, test\n"
  57. " and use this programm. If you are using LHarc regularly, you should support\n"
  58. " the further development by sending me a suitable donation (about $15). Thanks.\n\n"
  59. " Address:\n"
  60. "----------\n"
  61. "    Christian Grunenberg\n"
  62. "    Traminerweg 5\n"
  63. "    71717 Beilstein\n"
  64. "    Germany\n";
  65. #endif
  66.  
  67. uchar M_UNKNOWNERR[] =   "Unknown error";
  68. uchar M_INVCMDERR[]  =   "Unknown command";
  69. uchar M_MANYPATERR[] =   "";
  70. uchar M_NOARCNMERR[] =   "No arcname";
  71. uchar M_NOFNERR[]    =   "No filename";
  72. uchar M_NOARCERR[]   =   "Archive doesn't exist";
  73. uchar M_RENAMEERR[]  =   "Unable to rename archive";
  74. uchar M_MKTMPERR[]   =   "Unable to create temporary file";
  75. uchar M_DUPFNERR[]   =   "";
  76. uchar M_TOOMANYERR[] =   "";
  77. uchar M_TOOLONGERR[] =   "Pathname is to long";
  78. uchar M_NOFILEERR[]  =   "No files found";
  79. uchar M_MKFILEERR[]  =   "Unable to create archive";
  80. uchar M_RDERR[]      =   "Unable to read file";
  81. uchar M_WTERR[]      =   "Unable to write file";
  82. uchar M_MEMOVRERR[]  =   "Not enough memory available";
  83. uchar M_INVSWERR[]   =   "";
  84. uchar M_CTRLBRK[]    =   "";
  85. uchar M_NOMATCHERR[] =   "Unable to find file";
  86. uchar M_COPYERR[]    =   "\nUnable to copy temporary file to archive";
  87. uchar M_NOTLZH[]     =   "Extension of archive (%s) is not 'LZH'.\nContinue ? [Y/N] ";
  88. uchar M_OVERWT[]     =   "File exists,Overwrite [Y/N/All] or Rename ? ";
  89. uchar M_ENTERNEW[]   =   "New name :";
  90. uchar M_MKDIR[]      =   "Create folder ? [Y/N/All] ";
  91. uchar M_MKDIRERR[]   =   "Unable to create folder";
  92. uchar M_CRCERR[]     =   "";
  93. uchar M_RDONLY[]     =   "File is read-only !";
  94. uchar M_PRESSKEY[]   =   "-- Press key to continue --";
  95. uchar M_COMMENT[]    =   "Comment :";
  96. uchar M_PATH[]         =     "Paths/Files (wildcards possible (*?@[^-|],)) :";
  97. uchar M_FILETAB[]     =     "File table overflow. Ignore";
  98. uchar M_BADTAB[]     =     "\r Bad Table ";
  99.